Welcome![Sign In][Sign Up]
Location:
Search - bmp compression

Search list

[Special Effects0213201_04_vq

Description: vq算法用于图像的有损压缩。生成码本。用于彩色24bit bmp文件-a follow Algorithm for Image Compression. This code generation. Bmp for 24bit color documents
Platform: | Size: 225849 | Author: 贺鹏 | Hits:

[ComboBox图象处理及分形图象压缩

Description: 图象处理及分形图象压缩是针对真彩(24位色)BMP图象进行简单处理和能够进行分形图象压缩的程序.分形图象压缩采用了固定分块和四叉树的方法,小波零树编码的方法还有问题. 图象处理部分对图片大小没有要求,分形图象压缩部分对图片大小有要求,大小应是2的次方幂(例如大小应是128*128,256*256,512*512等等),否则在菜单上看到的图象压缩里子菜单是灰的,不起作用. -image processing and fractal image compression is against True Color (24-bit color) BMP images and can handle simple fractal image compression process. Fractal Image Compression with a fixed block and quadtree method EZW coding method is problematic. Image processing part of the picture size no, fractal image compression part of the picture size requirements, should be the size of the two-power (such as size should be 128 * 128 * 256 * 512, etc.), or else on the menu to see the image compression Lane submenu is the gray, ineffective.
Platform: | Size: 211488 | Author: 王晶 | Hits:

[Compress-Decompress algrithmsPicCompressEncode(VC)

Description: 本程序是用VC++6.0开发的BMP转JPEG格式的图片压缩源程序,编译后即可运行。并且可以自行设定压缩的质量。-this program is the development of the VC 6.0 BMP format to the JPEG image compression source, the compiler can run after. And can set their own compression quality.
Platform: | Size: 594398 | Author: 刘利辉 | Hits:

[Compress-Decompress algrithmsezw

Description: matlab 小波零树图像压缩程序,分析对象:lena.bmp -matlab wavelet zero-tree image compression process, analyze the object: lena.bmp
Platform: | Size: 23552 | Author: anrold88 | Hits:

[Special EffectsImageCoding

Description: 本程序是用VC编写的一个基于bmp图像文件的图像压缩程序,主要完成的工作是:BMP文件的读取与显示;BMP文件的位图数据的压缩;压缩数据的解压缩及图像再现-This procedure is written in a VC bmp image file based image compression process, the major work done: BMP file to read and display BMP files compressed bitmap data compressed data decompression and image reproduction
Platform: | Size: 3398656 | Author: 刘玉 | Hits:

[Compress-Decompress algrithms3971017DCT

Description: 对原始灰度图像 Lena_gray.bmp进行图像压缩实验 1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。 2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。-gray image of the original image compression Lena_gray.bmp an experiment. This diagram 8 8 DCT, the only difference reservations DC coefficient, and the preservation of the former 4, 8 or 16 DCT coefficients (DC+ AC), and then separately IDCT transformation, the results of the comparison. 2. Using Matlab-Image Processing Toolbox to achieve the function.
Platform: | Size: 3072 | Author: 嘟嘟 | Hits:

[Special EffectsVCbmp

Description: vc++图像处理程序(杨淑莹)配套光盘,几乎包括所有基本的图形处理方法(bmp)(图像显示,灰度变换,几何变换,平滑,锐化,滤波,合成,压缩)-Some basic image processing functions( image display, gray level transformation, geometric transformation, smoothing, sharpening, filtering, synthesis, compression。
Platform: | Size: 17625088 | Author: yexiah | Hits:

[Special Effectslsb-watermarking-3

Description: If you re wondering about the number 7 on the equation, the watermark is inserted every 7 pixels. Why not in every pixel? You could, but this way, you can add a second watermark (and a 3rd, and a 4th, etc.) at the same time using the pixels in between (not scripted here yet). And the insertion process is complete. The new image is saved as a bitmap format (.bmp) which saves the data as it is, without any compression whatsoever.
Platform: | Size: 1024 | Author: gege | Hits:

[Special EffectsDCT_JPEG

Description: 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to the JPEG compression matlab program, contains the original compressed image, the program of the grayscale bmp picture JEPG encoded, compressed into a 0101 form of encoding. RBG color coded JPEG image into a first luminance Y and chrominance Cr, Cb, which uses the human visual characteristics is not sensitive to the color, reduce the number of color data to achieve compression. Take a variety of JPEG encoding, includes length coding (Run Length Coding) and Huffman (Huffman) coding, a high compression ratio. In the code before the data block, discrete cosine transform (DCT) and quantization, to retain a large low-frequency signal energy, discarding high-frequency signals in order to achieve compression.
Platform: | Size: 175104 | Author: | Hits:

[Special Effectsbmp-to-gif

Description: 将BMP文件转换为GIF格式。用LZW压缩方式实现的BMP图片转GIF。-The BMP files into GIF format. LZW compression method used to achieve transfer of BMP image GIF.
Platform: | Size: 3072 | Author: wfl | Hits:

[Compress-Decompress algrithmsHuffmam_D

Description: 文本压缩 位图压缩 哈弗曼实现 MFC界面-Text compression; bmp compression huffman; MFC interface
Platform: | Size: 32768 | Author: llf | Hits:

[2D Graphicjpeg2bmp

Description: 将BMP转换为JPG,再将jpg转化为bmp,在不同的量化参数(50 压缩,75 压缩,95 压缩)下对比效果,包括:jpg压缩后的大小、图像质量、压缩时间-BMP converted to JPG, then jpg into bmp compression in different quantitative parameters (50 , 75 compression, 95 compression) under contrast effect, including: jpg compressed size, image quality, compression
Platform: | Size: 330752 | Author: jimmytj | Hits:

[OtherBMP-to-JPEG

Description: 对BMP图像进行分析后将其转换为JPEG图像,可以选择压缩比例,在界面上输入图片名回车,然后输入压缩比例回车,在程序文件夹内可看到压缩后的JPEG图片,文件内包含有测试图片《test》和《test1》-BMP image analysis will convert it to a JPEG image, you can choose the compression ratio the interface input pictures Enter, and then enter the compression ratio Enter to see compressed JPEG images in the program folder within the document test picture " test" and " test1"
Platform: | Size: 4766720 | Author: wangyun | Hits:

[Compress-Decompress algrithmsbmp-jpeg--mfc

Description: BMP实现JPEG格式的图像压缩程序设计 代码-BMP implementation of JPEG image compression application design code
Platform: | Size: 106496 | Author: 黄家驹 | Hits:

[GDI-Bitmapjpeg-Compression

Description: 实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的-When implementing compression, the input image data using a custom format (com format), the first four bytes of the recorded image width and height, after that by       Image data lines, the beginning and end of the image without any markings. This format of the image data is obtained from the BMP image
Platform: | Size: 14934016 | Author: houpeiquan | Hits:

[Graph programcompression-and-decompression

Description: 该软件可得到图像的码表并运用哈夫曼编码对bmp格式的灰度图进行压缩与解压缩。-The software is available to obtain the code table and use Huffman coding to compress and decompress images with BMP format .
Platform: | Size: 4209664 | Author: lig | Hits:

[Special Effectswavelet_matlab

Description: 3级小波变换 8位灰度图像bmp压缩 峰值信噪比 平均根方误差-wavelet transform compression, bmp compression, psnr, rmse
Platform: | Size: 168960 | Author: jjjs | Hits:

[Internet-NetworkBasfc-BMP-ire

Description: Visual Basic 实现BMP-》JPEG的压缩,全部采用源码,没有调用库函数(Visual Basic realization of BMP - "JPEG compression, are all made of the source code, no call library functions)
Platform: | Size: 26624 | Author: pwiuq&576 | Hits:

[Windows DevelopBmpPreview

Description: c++读取bmp图片详解。BMP(全称Bitmap)是Windows操作系统中的标准图像文件格式,可以分成两类:设备相关位图(DDB)和设备无关位图(DIB),使用非常广。它采用位映射存储格式,除了图像深度可选以外,不采用其他任何压缩,因此,BMP文件所占用的空间很大。BMP文件的图像深度可选lbit、4bit、8bit及24bit。BMP文件存储数据时,图像的扫描方式是按从左到右、从下到上的顺序。由于BMP文件格式是Windows环境中交换与图有关的数据的一种标准,因此在Windows环境中运行的图形图像软件都支持BMP图像格式。(C++ read BMP pictures detailed. BMP (full name Bitmap) is a standard image file format in the Windows operating system. It can be divided into two categories: device dependent bitmaps (DDB) and device independent bitmaps (DIB), which are very widely used. It uses bit mapped storage format, and does not use any other compression than the image depth, so the BMP file takes up a lot of space. The image depth of the BMP file is optional, Lbit, 4bit, 8bit, and 24bit. When the BMP file stores data, the image is scanned in the order from left to right, from bottom to top. Since the BMP file format is a standard for exchanging data related to graphs in the Windows environment, the graphic image software that runs in the Windows environment supports the BMP image format.)
Platform: | Size: 307200 | Author: Sky_Vico | Hits:

[Windows DevelopBmpCompress

Description: 基于QT的BMP灰度图像压缩,动态规划算法(BMP grayscale image compression based on QT)
Platform: | Size: 8192 | Author: Z3 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 14 »

CodeBus www.codebus.net